* New upstream release
* ostree-boot-examples: Update for ostree-boot being in Debian 10
+ * Update documentation: separate /boot should no longer be required
-- Simon McVittie <smcv@debian.org> Tue, 08 Sep 2020 10:55:39 +0100
integration currently has some limitations:
.
- the initramfs must have been made using dracut
- - /boot must be a separate partition
- the boot loader must be one that is supported by libostree, currently
GNU GRUB 2, syslinux/extlinux or Das U-Boot
The installation needs to satisfy the following requirements:
-* It must have a separate /boot partition (this is a general libostree
- limitation, see [ostree issue 1452][]).
* The root partition must not be encrypted.
* It must use GRUB and BIOS booting. Other bootloaders or EFI may require
different bootloader setup steps; see [old Fedora instructions][]
+* If you start from Debian 10 or older, it must have a separate
+ /boot partition due to limitations in ostree 2020.5 and older.
+ If the initial installation was with ostree 2020.6 or later, this
+ is no longer required.
-[ostree issue 1452]: https://github.com/ostreedev/ostree/issues/1452
[old Fedora instructions]: https://pagure.io/workstation-ostree-config/blob/5b574d39c63b82b397df789eb4a75a5bdcc13dd0/f/README-install-inside.md
Using a caching apt proxy is suggested; in these examples it's
- the root filesystem must be one that dracut can mount without a root=
command-line argument (an EFI partition with the GUID defined in
the Discoverable Partitions specification[1])
- - /boot must be a separate partition
[1] https://www.freedesktop.org/wiki/Specifications/DiscoverablePartitionsSpec/